home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / heapchk2 / heapform.dfm / heapform.txt
Text File  |  1996-04-08  |  3KB  |  170 lines

  1. object FormHeap: TFormHeap
  2.   Left = 270
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'Heaperror'
  6.   ClientHeight = 328
  7.   ClientWidth = 449
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 186
  19.     Width = 449
  20.     Height = 142
  21.     Align = alBottom
  22.     TabOrder = 0
  23.     object OKBtn: TBitBtn
  24.       Left = 190
  25.       Top = 107
  26.       Width = 77
  27.       Height = 27
  28.       TabOrder = 0
  29.       Kind = bkOK
  30.       Margin = 2
  31.       Spacing = -1
  32.       IsControl = True
  33.     end
  34.     object BorderPanel1: TPanel
  35.       Left = 1
  36.       Top = 1
  37.       Width = 447
  38.       Height = 100
  39.       Align = alTop
  40.       BevelOuter = bvLowered
  41.       TabOrder = 1
  42.       object Zeile7: TLabel
  43.         Left = 1
  44.         Top = 14
  45.         Width = 445
  46.         Height = 13
  47.         Align = alTop
  48.         Caption = 'Zeile1'
  49.       end
  50.       object Zeile6: TLabel
  51.         Left = 1
  52.         Top = 1
  53.         Width = 445
  54.         Height = 13
  55.         Align = alTop
  56.         Caption = 'Zeile1'
  57.       end
  58.       object Zeile5: TLabel
  59.         Left = 1
  60.         Top = 27
  61.         Width = 445
  62.         Height = 13
  63.         Align = alTop
  64.         Caption = 'Zeile1'
  65.       end
  66.       object Zeile4: TLabel
  67.         Left = 1
  68.         Top = 40
  69.         Width = 445
  70.         Height = 13
  71.         Align = alTop
  72.         Caption = 'Zeile1'
  73.         Font.Color = clRed
  74.         Font.Height = -11
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.       end
  79.       object Zeile3: TLabel
  80.         Left = 1
  81.         Top = 53
  82.         Width = 445
  83.         Height = 13
  84.         Align = alTop
  85.         Caption = 'Zeile1'
  86.       end
  87.       object Zeile2: TLabel
  88.         Left = 1
  89.         Top = 66
  90.         Width = 445
  91.         Height = 13
  92.         Align = alTop
  93.         Caption = 'Zeile1'
  94.       end
  95.       object Zeile1: TLabel
  96.         Left = 1
  97.         Top = 79
  98.         Width = 445
  99.         Height = 13
  100.         Align = alTop
  101.         Caption = 'Zeile1'
  102.       end
  103.     end
  104.   end
  105.   object ListBox: TListBox
  106.     Left = 0
  107.     Top = 26
  108.     Width = 449
  109.     Height = 160
  110.     Align = alClient
  111.     Color = clBtnFace
  112.     ItemHeight = 13
  113.     TabOrder = 1
  114.     OnClick = ListBoxClick
  115.   end
  116.   object Panel2: TPanel
  117.     Left = 0
  118.     Top = 0
  119.     Width = 449
  120.     Height = 26
  121.     Align = alTop
  122.     TabOrder = 2
  123.     object Label1: TLabel
  124.       Left = 5
  125.       Top = 6
  126.       Width = 83
  127.       Height = 13
  128.       Caption = 'Overflow in Block'
  129.       Font.Color = clBlack
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ParentFont = False
  134.     end
  135.     object LblAdr: TLabel
  136.       Left = 95
  137.       Top = 6
  138.       Width = 65
  139.       Height = 13
  140.       AutoSize = False
  141.       Caption = 'Adresse'
  142.       Font.Color = clBlue
  143.       Font.Height = -11
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = [fsBold]
  146.       ParentFont = False
  147.     end
  148.     object Label2: TLabel
  149.       Left = 168
  150.       Top = 6
  151.       Width = 20
  152.       Height = 13
  153.       Caption = 'Size'
  154.     end
  155.     object LblLen: TLabel
  156.       Left = 196
  157.       Top = 6
  158.       Width = 47
  159.       Height = 13
  160.       AutoSize = False
  161.       Caption = 'L∩┐╜nge'
  162.       Font.Color = clBlue
  163.       Font.Height = -11
  164.       Font.Name = 'MS Sans Serif'
  165.       Font.Style = [fsBold]
  166.       ParentFont = False
  167.     end
  168.   end
  169. end
  170.